home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility3 / wtj008.zip / FAULT.ZIP / FAULT.H < prev    next >
Text File  |  1992-05-13  |  345b  |  19 lines

  1. /*
  2.  * FAULT.H
  3.  */
  4.  
  5. //Menu Resource and command
  6. #define IDR_ICON            1
  7. #define IDR_MENU            1
  8. #define IDM_CAUSEGPFAULT    100
  9.  
  10.  
  11. //Function prototypes 
  12.  
  13. //FAULT.C
  14. LONG     FAR PASCAL FaultWndProc(HWND, UINT, UINT, LONG);
  15. UINT     FAR PASCAL SomeStrLen(LPSTR);
  16.  
  17. //HANDLER.ASM
  18. void     FAR PASCAL FaultHandler(void);
  19.